home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1998 July / EnigmA AMIGA RUN 29 (1998)(G.R. Edizioni)(IT)[!][issue 1998-07 & 08].iso / earcd / phase5 / ppcrelease / tools / setdebugspeed_version.i < prev    next >
Text File  |  1998-02-21  |  342b  |  15 lines

  1. VERSION        EQU    44
  2. REVISION    EQU    1
  3. DATE    MACRO
  4.         dc.b    '28.4.97'
  5.     ENDM
  6. VERS    MACRO
  7.         dc.b    'SetDebugSpeed 44.1Beta'
  8.     ENDM
  9. VSTRING    MACRO
  10.         dc.b    'SetDebugSpeed 44.1Beta (28.4.97) © 1997 by Phase5, written by Ralph Schmidt',13,10,0
  11.     ENDM
  12. VERSTAG    MACRO
  13.         dc.b    0,'$VER: SetDebugSpeed 44.1Beta (28.4.97) © 1997 by Phase5, written by Ralph Schmidt',0
  14.     ENDM
  15.